
			.ui-fixed-window {
				position: fixed;
				bottom: -90px;
				z-index: 99;
				text-align: center;
				width: 100%;
				min-width: 1190px;
				background: #6f6e78;
				padding-top: 20px;
				padding-bottom: 20px;
				transition: bottom 1s;
			}
			
			.ui-fixed-window.showing {
				bottom: 0;
			}
			
			.ui-fixed-window label {
				font-size: 18px;
				color: #fff;
				vertical-align: middle;
			}
			
			.ui-fixed-window input.text1 {
				margin-right: 38px;
				width: 320px;
				border-radius: 4px;
				height: 39px;
				font-size: 14px;
				border: none;
				text-indent: 2rem;
			}
			.ui-fixed-window input.text2 {
				margin-right: 38px;
				width: 320px;
				border-radius: 4px;
				height: 39px;
				font-size: 14px;
				border: none;
				text-indent: 2rem;
			}
			.ui-fixed-window .submit-form {
				background:#F9A03C;
				color: #fff;
				font-size: 18px;
				border: none;
				height: 39px;
				width: 214px;
				border-radius: 5px;
				font-family: inherit;
				cursor: pointer;
				transition: background-color .2s ease-in-out;
				position: relative;
				top: 2px;
			}
			
			.ui-fixed-window button:hover {
				background:#FA863D;
			}
			
			.ui-fixed-window .required {
				color: #ff777d;
			}
			
			.ui-fixed-window .close-btn {
				font-size: 19px;
				font-weight: bold;
				font-family: tahoma;
				color: #a2a2a6;
				vertical-align: top;
				margin-left: 38px;
				margin-top: -15px;
				display: inline-block;
				cursor: pointer;
				transition: color .2s ease-in-out;
			}
			
			.ui-fixed-window .close-btn:hover {
				color: #fff;
			}
			
			#btn-search.disabled {
				color: #999;
				background-color: #eee;
			}
			
			
			.dialog-new-form {
				box-shadow:1px 1px 100px rgba(0,0,0,0.5);
				border-radius:10px;
    position: fixed;
    z-index: 1000;
    width:690px;
    background-color: #fff;
    top:-120%;
    left:0%;
    right:0;margin:0 auto;

    font-family: "Microsoft YaHei", "Helvetica Neue";
    transition: all .5s;
}
.dialog-new-form .dialog-left {
	padding:0 0 40px 0;
    width: 486px;
   
}
.dialog-new-form .dialog-left .title-wrapper {
    overflow: hidden;
    width: 430px;
    height: 79px;
    line-height: 80px;
    margin-left: 20px;
}
.dialog-new-form .dialog-left .title-wrapper .title {
    display: inline-block;
    padding:0;
    margin: 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
    height: 80px;
    line-height: 80px;
    cursor: default;
}
.dialog-new-form .dialog-left .title-wrapper .sub-title {
    display: inline-block;
    overflow: hidden;
    color: #a8a9b0;
    font-size: 14px;
    margin-left: 5px;
    cursor: default;
}
.dialog-new-form .dialog-left .title-wrapper .sub-title::before {
    content: '';
    position: relative;
    display: inline-block;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url('../img/dialog-icon.png') no-repeat;
    background-position: -36px 0;
}
.dialog-new-form .dialog-left .main-data {
    overflow: hidden;
    width: 430px;
    margin-left: 20px;
}
.dialog-new-form .dialog-left .main-data .input-item {
    position: relative;
    height: 50px;
    width: 100%;
}
.dialog-new-form .dialog-left .main-data .input-item .red {
    color: red;
    font-style: normal;
}
.dialog-new-form .dialog-left .main-data .input-item .label {
    display: inline-block;
    width: 70px;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
    cursor: default;
}
.dialog-new-form .dialog-left .main-data .input-item input {
    box-sizing: border-box;
    width: 354px;
    height: 40px;
    padding-left: 10px;
    background: #f5f5f5;
    border:none;border-radius:3px;
    color: #444;
}
.dialog-new-form .dialog-left .main-data .input-item .changeMobile {
    box-sizing: border-box;
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    right: 3px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e4f7;
    border-right-color: transparent;
    color: #7e7e7e;
    cursor: pointer;
}
.dialog-new-form .dialog-left .main-data .input-item .changeMobile:hover {
    color: #1ad2a0;
}
.dialog-new-form .dialog-left .main-data .input-item .show {
    display: inline-block;
}
.dialog-new-form .dialog-left .main-data .input-item .safe-tips {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 78px;
    width: 165px;
    height: 20px;
    background:url(../images/gb.png) no-repeat;
    background-position: -59px 0;
}
.dialog-new-form .dialog-left .main-data .input-item .common-agreement-checked {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(206, 208, 226);
    background-color: rgb(255, 255, 255);
    background: #fff;
    cursor: pointer;
}
.dialog-new-form .dialog-left .main-data .input-item .common-agreement-checked .checked {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../img/check.png') no-repeat;
    background-size: contain;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement {
    position: absolute;
    bottom: 0;
    left: 73px;
    font-size: 12px;
    color: rgb(156, 156, 156);
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a {   
    color: #ff713f;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a span {
    text-decoration: underline;
}
.dialog-new-form .dialog-left .main-data .input-item .common-service-agreement a.special-service {
    position: relative;
    left: -6px;
}
.dialog-new-form .dialog-left .submit-btn {
    display: inline-block;
    text-align: center;
    width: 355px;
    height: 40px;
    line-height: 40px;
    margin-left: 93px;
    color: #fff;
    background-color: #301C73;
    font-size: 18px;
    cursor: pointer;
        border: none;
}
.dialog-new-form .dialog-left .submit-btn.checked {
    margin-top: 10px;
}
.dialog-new-form .dialog-left .eg-count {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    background-color: #f3f6f9;
    margin-top: 24px;
    padding-left: 20px;
}
.dialog-new-form .dialog-left .eg-count .count-tit {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    cursor: default;
}
.dialog-new-form .dialog-left .eg-count .count-detail {
    color: #a3a5a7;
    font-size: 12px;
    cursor: default;
}
.dialog-new-form .dialog-left .eg-count .count-detail .orange {
    color: #ff6900;
    cursor: default;
}
.dialog-new-form .dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color:#F5F5F5
}
.dialog-new-form .dialog-right .right-content-wrapper {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
   left:20px;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-title {
    display: inline-block;
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-li {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 5px;
}
.dialog-new-form .dialog-right .right-content-wrapper .right-li::before {

    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
   
    background-position: -18px 0;
    margin-right: 2px;
}
.dialog-new-form .dialog-right .right-content-wrapper div {
    display: inline-block;
    text-align: left;
    margin: 0 auto 0;
}
.dialog-new-form .dialog-right .bottom-agreement {
    position: absolute;
    text-align: center;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
}
.dialog-new-form .dialog-right .bottom-agreement a {
    color: #a3a5a7;
    font-size: 12px;
    text-decoration: underline;
}
.dialog-new-form .close-dialog-btn {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 17px;
    width: 35px;
    height: 35px;
    background: url(../images/gb.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#add-chance-mask {
    display: none;
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    filter:alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 1000;
}
.chance-stay {
    position: fixed !important;
    z-index: 1000;
}
.chance-stay .chance-stay-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.chance-stay .chance-stay-bottom {
    text-align: center;
}
.chance-stay .chance-stay-bottom p {
    display: inline-block;
}

	